Skip to content

查询投诉协商历史

商户可通过调用此接口,查询指定投诉的用户商户协商历史,以分页输出查询结果,方便商户根据处理历史来制定后续处理方案。 官方文档

js
wxpay
.
v3
.
merchantService
.
complaintsV2
.
_complaint_id_
.
negotiationHistorys
.
get
({
complaint_id
,
params
,
}) .
then
(
({
data
: {
data
,
limit
,
offset
,
total_count
,
}, }) => ({
data
,
limit
,
offset
,
total_count
,
}) )

Released under the MIT License. (SITEMAP)